Skip to content

Document shell completions (but completions)#210

Open
ameyypawar wants to merge 1 commit into
gitbutlerapp:mainfrom
ameyypawar:docs/cli-shell-completions
Open

Document shell completions (but completions)#210
ameyypawar wants to merge 1 commit into
gitbutlerapp:mainfrom
ameyypawar:docs/cli-shell-completions

Conversation

@ameyypawar

Copy link
Copy Markdown

Closes #176.

but completions [shell] generates shell completion scripts, but the command is #[clap(hide = true)], so it's excluded from the generated CLI man-pages and was undocumented. This adds a Shell completions section to the CLI installation guide with copy-paste setup for bash, zsh, and fish.

Since the command is hidden, I took the hide as help-clutter reduction (its doc-comment is labelled "UTILITY:") rather than it being internal/unstable — if it's intentionally not yet public, happy to close this instead.

`but completions [shell]` generates shell completion scripts but is hidden
in the CLI (`#[clap(hide = true)]`) and undocumented. Add a Shell completions
section to the CLI installation guide covering bash, zsh, and fish.

Closes gitbutlerapp#176
@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

@ameyypawar is attempting to deploy a commit to the GitButler Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cli Autocompletion not documented

1 participant